/*
Theme Name: ModelBR Blog
Theme URI: https://modelbr.com
Author: ModelBR
Author URI: https://modelbr.com
Description: Tema WordPress limpo e moderno para o blog do ModelBR, inspirado no Twenty Twenty-Three. Ideal para acompanhar acompanhantes, garotas de programa e profissionais do acompanhantismo. Desenvolvido com as melhores práticas de SEO e segurança.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modelbr
Tags: blog, one-column, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, block-patterns, block-styles, wide-blocks, accessibility-ready

ModelBR Blog WordPress Theme © 2024-2026 ModelBR
*/

/* ============================================
   CSS VARIABLES - CORES MODELBR
   ============================================ */
:root {
    --primary-50: #f0fce3;
    --primary-100: #e9f6d3;
    --primary-200: #d3edaa;
    --primary-300: #b6df7a;
    --primary-400: #9bd543;
    --primary-500: #65B31B;
    --primary-600: #4a8e15;
    --primary-700: #3a6d10;
    --primary-800: #2d530c;
    --primary-900: #1f3908;
    --primary-solid: #65B31B;
    --primary-hover: #4a8e15;
    --primary-light: #b6df7a;
    --primary-xLight: #f0fce3;
    --primary-dark: #3a6d10;
    --primary-online: #22c55e;
    --primary-background: #fefcff;

    --secondary-50: #f5f5f5;
    --secondary-100: #eaeaea;
    --secondary-200: #d5d5d5;
    --secondary-300: #b0b0b0;
    --secondary-400: #8a8a8a;
    --secondary-500: #605E5C;
    --secondary-600: #4a4847;
    --secondary-700: #373534;
    --secondary-800: #252423;
    --secondary-900: #181717;
    --secondary-dark: #1e1e1e;

    --orange: #FF6B3C;
    --orange-dark: #e55a2b;
    --orange-light: #ff8a5c;

    --success-500: #22c55e;
    --success-600: #16a34a;

    --dark-800: #1e293b;
    --dark-900: #0f172a;

    --white: #FFFFFF;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
}

/* ============================================
   RESET & BASE
   ============================================ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray-800);
    background-color: var(--gray-50);
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--secondary-900);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    color: var(--secondary-500);
}

a {
    color: var(--primary-500);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-600);
}

a:focus {
    outline: 2px solid var(--primary-500);
    outline-offset: 2px;
}

/* ============================================
   CORREÇÃO CRÍTICA: IMAGENS RESPONSIVAS
   ============================================ */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Garantir que imagens dentro de posts não Quebrem layout */
.entry-content img,
.post-content img,
.article-content img,
.single-content img,
#main-content img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

/* Garantir que figure com imagens não Quebrem */
figure {
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
}

figure img {
    max-width: 100%;
    height: auto;
}

/* WP Image Classes */
.wp-block-image img,
.wp-block-image figure img {
    max-width: 100%;
    height: auto;
}

.alignleft,
.alignright,
.aligncenter {
    max-width: 100%;
    height: auto;
}

.alignleft img,
.alignright img,
.aligncenter img {
    max-width: 100%;
    height: auto;
}

/* Gallery fixes */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gallery-item {
    margin: 0;
}

.gallery-item img {
    max-width: 100%;
    height: auto;
}

/* ============================================
   LAYOUT
   ============================================ */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* ============================================
   HEADER
   ============================================ */
.site-header {
    background: var(--white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 50;
}

.site-header .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-anunciar {
    background: linear-gradient(135deg, #65B31B 0%, #4a8e15 100%);
    color: var(--white);
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 9999px;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px 0 rgba(101, 179, 27, 0.35);
}

.btn-anunciar:hover {
    background: linear-gradient(135deg, #4a8e15 0%, #3a6d10 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px 0 rgba(101, 179, 27, 0.45);
    color: var(--white);
}

.btn-anunciar svg {
    width: 1.25rem;
    height: 1.25rem;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo-icon span {
    color: var(--white);
    font-weight: 700;
    font-size: 1.25rem;
}

.site-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-900);
}

.site-logo-text span {
    color: var(--primary-500);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    background: linear-gradient(135deg, var(--primary-xLight) 0%, var(--white) 50%, var(--gray-50) 100%);
    padding: 4rem 0 5rem;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(101, 179, 27, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 107, 60, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

@media (min-width: 768px) {
    .hero-section {
        padding: 6rem 0;
    }
}

.hero-content {
    text-align: left;
    max-width: 52rem;
    margin: 0;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--white);
    color: var(--primary-600);
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--primary-100);
}

.hero-badge svg {
    width: 1rem;
    height: 1rem;
    color: var(--primary-500);
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--secondary-900);
    margin-bottom: 1.5rem;
    line-height: 1.15;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3.5rem;
    }
}

.hero-title span {
    color: var(--primary-500);
}

.hero-description {
    font-size: 1.25rem;
    color: var(--secondary-500);
    line-height: 1.7;
    max-width: 42rem;
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid var(--gray-100);
}

.hero-stat {
    text-align: left;
}

.hero-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--secondary-900);
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.875rem;
    color: var(--secondary-400);
    margin-top: 0.25rem;
}

/* ============================================
   CATEGORIES FILTER
   ============================================ */
.categories-section {
    padding: 1.5rem 0;
    background: var(--white);
    border-bottom: 1px solid var(--gray-100);
    position: sticky;
    top: 68px;
    z-index: 40;
}

.categories-scroll {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.categories-scroll::-webkit-scrollbar {
    display: none;
}

.categories-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.category-pill {
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.category-pill:hover {
    transform: translateY(-2px);
}

.category-pill.active {
    background: var(--primary-500);
    color: var(--white);
}

.category-pill:not(.active) {
    background: var(--gray-100);
    color: var(--secondary-700);
}

.category-pill:not(.active):hover {
    background: var(--gray-200);
}

/* ============================================
   FEATURED POST
   ============================================ */
.featured-section {
    padding: 3rem 0;
}

.featured-card {
    background: var(--white);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.featured-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.featured-grid {
    display: grid;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .featured-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.featured-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-card:hover .featured-image img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--primary-500);
    color: var(--white);
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.featured-badge .pulse {
    width: 0.5rem;
    height: 0.5rem;
    background: var(--white);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.featured-content {
    padding: 2rem;
}

@media (min-width: 768px) {
    .featured-content {
        padding: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.featured-meta {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    color: var(--secondary-400);
    margin-bottom: 1rem;
}

.featured-category {
    background: var(--primary-100);
    color: var(--primary-700);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-weight: 500;
}

.featured-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--secondary-900);
    margin-bottom: 1rem;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .featured-title {
        font-size: 2.25rem;
    }
}

.featured-excerpt {
    color: var(--secondary-500);
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-500);
    font-weight: 600;
    transition: color 0.3s ease;
}

.featured-link:hover {
    color: var(--primary-600);
}

.featured-link svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* ============================================
   POSTS GRID
   ============================================ */
.posts-section {
    padding: 3rem 0;
    background: var(--white);
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-900);
    margin: 0;
}

.view-all-link {
    color: var(--primary-500);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.view-all-link:hover {
    color: var(--primary-600);
}

.view-all-link svg {
    width: 1rem;
    height: 1rem;
}

.posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .posts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.post-card {
    background: var(--gray-50);
    border-radius: 1rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.post-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.post-card a {
    display: block;
}

.post-card-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.post-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
    transform: scale(1.05);
}

.post-card-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.post-card-badge.orange {
    background: var(--orange);
    color: var(--white);
}

.post-card-badge.green {
    background: var(--primary-500);
    color: var(--white);
}

.post-card-badge.gray {
    background: var(--secondary-500);
    color: var(--white);
}

.post-card-content {
    padding: 1.5rem;
}

.post-card-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--secondary-400);
    margin-bottom: 0.75rem;
}

.post-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--secondary-900);
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.post-card:hover .post-card-title {
    color: var(--primary-500);
}

.post-card-excerpt {
    color: var(--secondary-500);
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ============================================
   SMALL POST CARDS
   ============================================ */
.small-post-card {
    background: var(--gray-50);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.small-post-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.small-post-inner {
    display: block;
}

.small-post-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.small-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.small-post-card:hover .small-post-image img {
    transform: scale(1.05);
}

.small-post-badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--white);
}

.small-post-badge.orange { background: var(--orange); }
.small-post-badge.green { background: var(--primary-500); }
.small-post-badge.gray { background: var(--secondary-500); }
.small-post-badge.dark-green { background: var(--primary-700); }

.small-post-title {
    padding: 0.75rem 0.75rem 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--secondary-900);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.small-post-date {
    display: block;
    padding: 0 0.75rem 0.75rem;
    font-size: 0.75rem;
    color: var(--secondary-400);
}

.small-post-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* ============================================
   CITIES SECTION - DINÂMICA
   ============================================ */
.cities-section {
    padding: 4rem 0;
    background: linear-gradient(to bottom right, var(--gray-50), var(--primary-xLight));
}

.cities-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.cities-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--secondary-900);
    margin-bottom: 0.75rem;
}

.cities-description {
    color: var(--secondary-500);
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

@media (min-width: 768px) {
    .cities-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .cities-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

.city-card {
    background: var(--white);
    border-radius: 0.75rem;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem);
}

.city-icon {
    width: 3rem;
    height: 3rem;
    background: var(--primary-100);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    transition: background 0.3s ease;
}

.city-card:hover .city-icon {
    background: var(--primary-200);
}

.city-icon svg {
    width: 1.5rem;
    height: 1.5rem;
    color: var(--primary-500);
}

.city-name {
    font-weight: 700;
    color: var(--secondary-900);
    margin-bottom: 0.25rem;
    font-size: 1rem;
}

.city-count {
    font-size: 0.875rem;
    color: var(--secondary-400);
    margin: 0;
}

.cities-more {
    text-align: center;
    margin-top: 2rem;
}

.cities-more-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-500);
    font-weight: 500;
}

.cities-more-link:hover {
    color: var(--primary-600);
}

.cities-more-link svg {
    width: 1rem;
    height: 1rem;
}

/* ============================================
   SMALL POSTS GRID
   ============================================ */
.small-posts-section {
    padding: 3rem 0;
    background: var(--white);
}

.small-posts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .small-posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .small-posts-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.small-post-card {
    group: true;
}

.small-post-card a {
    display: block;
}

.small-post-image {
    position: relative;
    overflow: hidden;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.small-post-image img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.small-post-card:hover .small-post-image img {
    transform: scale(1.05);
}

.small-post-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background: var(--orange);
    color: var(--white);
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.small-post-badge.green {
    background: var(--primary-500);
}

.small-post-badge.dark-green {
    background: var(--primary-600);
}

.small-post-title {
    font-weight: 700;
    color: var(--secondary-900);
    margin-bottom: 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.small-post-card:hover .small-post-title {
    color: var(--primary-500);
}

.small-post-date {
    font-size: 0.875rem;
    color: var(--secondary-400);
}

/* ============================================
   CITY PAGE - PAGE-TEMPLATE-CIDADE.PHP
   ============================================ */
.city-hero {
    background: linear-gradient(to bottom right, var(--gray-50), var(--white), var(--primary-xLight));
    padding: 3rem 0;
    text-align: center;
}

.city-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .city-hero h1 {
        font-size: 3rem;
    }
}

.city-hero .city-subtitle {
    font-size: 1.25rem;
    color: var(--secondary-500);
    margin-bottom: 1rem;
}

.city-hero .city-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.city-hero .city-stat {
    text-align: center;
}

.city-hero .city-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-500);
}

.city-hero .city-stat-label {
    font-size: 0.875rem;
    color: var(--secondary-500);
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--secondary-900);
    color: var(--white);
    padding: 4rem 0 2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.footer-about {
    grid-column: span 1;
}

@media (min-width: 768px) {
    .footer-about {
        grid-column: span 2;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo-icon span {
    color: var(--white);
    font-weight: 700;
    font-size: 1.5rem;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
}

.footer-logo-text span {
    color: var(--primary-400);
}

.footer-description {
    color: var(--secondary-300);
    margin-bottom: 1.5rem;
    max-width: 28rem;
}

.footer-verified {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--secondary-300);
}

.footer-verified svg {
    width: 1rem;
    height: 1rem;
    color: var(--primary-500);
}

.footer-col h4 {
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--white);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col li {
    margin-bottom: 0.5rem;
}

.footer-col a {
    color: var(--secondary-300);
    transition: color 0.3s ease;
}

.footer-col a:hover {
    color: var(--white);
}

.footer-bottom {
    border-top: 1px solid var(--secondary-700);
    padding-top: 2rem;
}

.footer-bottom-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 768px) {
    .footer-bottom-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {
    .footer-copyright {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }
}

.footer-copyright p {
    color: var(--secondary-300);
    font-size: 0.875rem;
    margin: 0;
}

.footer-links {
    display: flex;
    gap: 1rem;
}

.footer-links a {
    color: var(--secondary-300);
    font-size: 0.875rem;
}

.footer-links a:hover {
    color: var(--white);
}

.footer-warning {
    color: var(--secondary-500);
    font-size: 0.75rem;
}

/* ============================================
   SINGLE POST
   ============================================ */
.single-post-section {
    padding: 3rem 0;
}

.single-post-container {
    max-width: 48rem;
    margin: 0 auto;
}

.single-post-header {
    margin-bottom: 2rem;
}

.single-post-category {
    display: inline-block;
    color: var(--primary-500);
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
}

.single-post-title {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: var(--gray-500);
    font-size: 0.875rem;
}

.single-post-thumbnail {
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
}

.single-post-thumbnail img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
}

.single-content {
    line-height: 1.8;
    color: var(--gray-700);
}

.single-content h2 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: var(--secondary-900);
}

.single-content h3 {
    font-size: 1.375rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: var(--secondary-900);
}

.single-content p {
    margin-bottom: 1.5rem;
}

.single-content ul,
.single-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.single-content li {
    margin-bottom: 0.5rem;
}

.single-content blockquote {
    border-left: 4px solid var(--primary-500);
    background: var(--gray-100);
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 0 0.75rem 0.75rem 0;
}

.single-content blockquote p {
    font-style: italic;
    color: var(--gray-600);
    margin-bottom: 0;
}

.single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
}

.single-content a {
    color: var(--primary-500);
    text-decoration: underline;
}

.single-content a:hover {
    color: var(--primary-600);
}

/* ============================================
   CATEGORY/TAXONOMY PAGE
   ============================================ */
.taxonomy-hero {
    background: linear-gradient(to bottom right, var(--gray-50), var(--white), var(--primary-xLight));
    padding: 3rem 0;
    text-align: center;
}

.taxonomy-hero h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .taxonomy-hero h1 {
        font-size: 2.5rem;
    }
}

.taxonomy-hero p {
    color: var(--secondary-500);
}

/* ============================================
   POST NAVIGATION
   ============================================ */
.post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}

.post-nav-card {
    padding: 1.5rem;
    background: var(--gray-100);
    border-radius: 0.75rem;
    transition: background 0.3s ease;
}

.post-nav-card:hover {
    background: var(--gray-200);
}

.post-nav-label {
    font-size: 0.75rem;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.post-nav-title {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.post-nav-title a {
    color: var(--secondary-900);
}

.post-nav-title a:hover {
    color: var(--primary-500);
}

.post-nav-card.next {
    text-align: right;
}

@media (max-width: 640px) {
    .post-navigation {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   PAGINATION
   ============================================ */
.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 3rem;
}

.pagination a,
.pagination span {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: var(--gray-100);
    color: var(--gray-600);
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: var(--primary-500);
    color: var(--white);
}

.pagination .current {
    background: var(--primary-500);
    color: var(--white);
}

/* ============================================
   WORDPRESS CORE
   ============================================ */
.alignleft {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.alignright {
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    font-size: 0.875rem;
    color: var(--gray-500);
    text-align: center;
    margin-top: 0.5rem;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* ============================================
   ERROR 404
   ============================================ */
.error-404 {
    text-align: center;
    padding: 6rem 2rem;
}

.error-404 h1 {
    font-size: 6rem;
    color: var(--primary-500);
    margin-bottom: 1rem;
}

.error-404 p {
    font-size: 1.125rem;
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.error-404 .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-500);
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
}

.error-404 .btn:hover {
    background: var(--primary-600);
    color: var(--white);
}

/* ============================================
   NO RESULTS
   ============================================ */
.no-results {
    text-align: center;
    padding: 5rem 2rem;
}

.no-results h1 {
    margin-bottom: 1rem;
}

.no-results p {
    font-size: 1.125rem;
    color: var(--gray-600);
}

/* ============================================
   UTILITIES
   ============================================ */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* ============================================
   PRINT STYLES
   ============================================ */
@media print {
    .site-header,
    .site-footer,
    .share-buttons,
    .post-navigation,
    .sidebar {
        display: none !important;
    }
}
