/*
Theme Name: INFOHAS Premium - Cabin Crew Morocco
Theme URI: https://cabincrewmorocco.com
Author: INFOHAS Digital
Author URI: https://infohas.ma
Description: Thème premium professionnel pour Cabin Crew Morocco / INFOHAS - Formation hôtesse de l'air et steward au Maroc. Design system navy/gold, pages internes optimisées SEO.
Version: 3.0.0
Tested up to: 6.7
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: infohas-premium
Tags: one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================
   CSS Variables
   ============================================ */
:root {
    --navy: #0A1628;
    --navy-light: #0F1E35;
    --navy-mid: #1B4F72;
    --blue: #2F91C2;
    --teal: #2AD9D2;
    --gold: #C9A94E;
    --gold-light: rgba(201, 169, 78, 0.15);
    --dark: #0A1628;
    --gray-900: #0F172A;
    --gray-800: #1E293B;
    --gray-700: #334155;
    --gray-600: #475569;
    --gray-500: #64748B;
    --gray-400: #94A3B8;
    --gray-300: #CBD5E1;
    --gray-200: #E2E8F0;
    --gray-100: #F1F5F9;
    --cloud: #F7F9FC;
    --white: #ffffff;
    --success: #22c55e;
    --danger: #dc3545;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    --shadow-sm: 0 4px 24px rgba(10, 22, 40, 0.06);
    --shadow-md: 0 8px 32px rgba(10, 22, 40, 0.08);
    --shadow-lg: 0 12px 40px rgba(10, 22, 40, 0.1);
    --shadow-xl: 0 20px 60px rgba(10, 22, 40, 0.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 50px;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   Reset & Base
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--gray-700);
    background-color: var(--white);
    overflow-x: hidden;
    width: 100%;
}

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

a {
    color: var(--navy);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--gold);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--navy);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: clamp(1.05rem, 2vw, 1.3rem); }

p {
    margin-bottom: 1rem;
    color: var(--gray-700);
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.section-padding {
    padding: 100px 0;
}

/* ============================================
   Buttons
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 32px;
    border: none;
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    line-height: 1.4;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--gold);
    color: var(--navy);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(201, 169, 78, 0.35);
    color: var(--navy);
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: var(--transition);
    border: 2px solid rgba(255,255,255,0.3);
    cursor: pointer;
}

.btn-ghost:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: #25D366;
    color: var(--white);
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: var(--transition);
}

.btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
    color: var(--white);
}

/* ============================================
   Inner Header (Fixed Navigation)
   ============================================ */
.inner-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 22, 40, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(201, 169, 78, 0.15);
    transition: all 0.3s ease;
}

.inner-header.scrolled {
    background: rgba(10, 22, 40, 0.98);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.inner-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.inner-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.inner-logo-icon {
    width: 36px;
    height: 36px;
}

.inner-logo-text {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 2px;
}

.inner-nav {
    display: none;
}

@media (min-width: 1024px) {
    .inner-nav {
        display: flex;
        align-items: center;
        gap: 32px;
    }
}

.inner-nav a {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.inner-nav a:hover,
.inner-nav a.active {
    color: var(--gold);
}

.inner-nav a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.inner-nav a:hover::after,
.inner-nav a.active::after {
    width: 100%;
}

.inner-header-cta {
    display: none;
}

@media (min-width: 1024px) {
    .inner-header-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 24px;
        background: var(--gold);
        color: var(--navy);
        font-family: var(--font-body);
        font-weight: 600;
        font-size: 0.85rem;
        border-radius: var(--radius-sm);
        text-decoration: none;
        transition: all 0.3s ease;
    }
    .inner-header-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(201, 169, 78, 0.3);
        color: var(--navy);
    }
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
}

@media (min-width: 1024px) {
    .mobile-menu-toggle {
        display: none;
    }
}

.mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 22, 40, 0.98);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.mobile-menu-overlay.active {
    display: flex;
}

.mobile-menu-overlay a {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-menu-overlay a:hover {
    color: var(--gold);
}

.mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ============================================
   Page Banner
   ============================================ */
.page-banner {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy) 100%);
}

.page-banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 120px 24px 80px;
}

.page-banner-label {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.page-banner h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 20px;
}

.page-banner p {
    font-family: var(--font-body);
    font-size: 1.1rem;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}

.page-banner-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    font-family: var(--font-body);
    font-size: 0.85rem;
}

.page-banner-breadcrumb a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-banner-breadcrumb a:hover {
    color: var(--gold);
}

.page-banner-breadcrumb span {
    color: rgba(255,255,255,0.3);
}

.page-banner-breadcrumb .current {
    color: var(--gold);
}

/* ============================================
   Content Sections
   ============================================ */
.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-section {
    padding: 80px 0;
}

.page-section-white {
    background: var(--white);
}

.page-section-cloud {
    background: var(--cloud);
}

.page-section-navy {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
}

.page-section-navy * {
    color: rgba(255,255,255,0.85);
}

.page-section-navy h2,
.page-section-navy h3 {
    color: var(--white);
}

.section-label {
    display: inline-block;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--navy);
    line-height: 1.25;
    margin-bottom: 20px;
}

.section-title-white {
    color: var(--white);
}

.section-subtitle {
    font-family: var(--font-body);
    font-size: 1.05rem;
    color: var(--gray-500);
    line-height: 1.7;
    max-width: 700px;
}

/* ============================================
   Grid Layouts
   ============================================ */
.content-grid {
    display: grid;
    gap: 40px;
}

.content-grid-2 {
    grid-template-columns: 1fr;
}

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

.content-grid-3 {
    grid-template-columns: 1fr;
}

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

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

.content-grid-sidebar {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    .content-grid-sidebar {
        grid-template-columns: 2fr 1fr;
    }
}

/* ============================================
   Content Cards
   ============================================ */
.content-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid var(--gray-200);
}

.content-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.content-card-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-md);
    background: rgba(201, 169, 78, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--navy-mid);
}

/* ============================================
   Feature List
   ============================================ */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-200);
    font-size: 1rem;
    color: var(--navy);
    line-height: 1.6;
}

.feature-list li:last-child {
    border-bottom: none;
}

/* ============================================
   Stats Bar
   ============================================ */
.stats-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 48px 0;
}

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

.stat-item {
    text-align: center;
    padding: 24px 16px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-md);
    border: 1px solid rgba(201, 169, 78, 0.15);
}

.stat-number {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}

/* ============================================
   Prose Content
   ============================================ */
.prose-content {
    font-family: var(--font-body);
    font-size: 1.05rem;
    color: var(--gray-700);
    line-height: 1.8;
}

.prose-content h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--navy);
    margin-top: 48px;
    margin-bottom: 20px;
}

.prose-content h3 {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--navy);
    margin-top: 36px;
    margin-bottom: 16px;
}

.prose-content p {
    margin-bottom: 20px;
}

.prose-content ul, .prose-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.prose-content li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.prose-content strong {
    color: var(--navy);
    font-weight: 600;
}

.prose-content a {
    color: var(--gold);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.prose-content a:hover {
    color: var(--navy);
}

/* ============================================
   Accordion / FAQ
   ============================================ */
.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-md);
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--white);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    border-color: rgba(201, 169, 78, 0.3);
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--navy);
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
}

.accordion-header:hover {
    color: var(--gold);
}

.accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    color: var(--gold);
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-body-inner {
    padding: 0 24px 20px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--gray-500);
    line-height: 1.7;
}

/* ============================================
   Testimonial Cards
   ============================================ */
.testimonial-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    position: relative;
}

.testimonial-card::before {
    content: '\201C';
    font-family: var(--font-heading);
    font-size: 4rem;
    color: var(--gold);
    opacity: 0.3;
    position: absolute;
    top: 16px;
    left: 24px;
    line-height: 1;
}

.testimonial-text {
    font-size: 1rem;
    color: var(--gray-700);
    line-height: 1.8;
    font-style: italic;
    margin-bottom: 20px;
    padding-top: 20px;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--navy-mid));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.1rem;
}

.testimonial-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--navy);
}

.testimonial-role {
    font-size: 0.85rem;
    color: var(--gray-500);
}

/* ============================================
   Blog Cards
   ============================================ */
.blog-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   Forms
   ============================================ */
.form-group {
    margin-bottom: 24px;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 8px;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--gray-200);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--navy);
    background: var(--white);
    transition: all 0.3s ease;
    outline: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(201, 169, 78, 0.1);
}

.form-textarea {
    min-height: 120px;
    resize: vertical;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

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

/* ============================================
   Pricing Card
   ============================================ */
.pricing-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.featured {
    border-color: var(--gold);
    transform: scale(1.02);
}

.pricing-card.featured::before {
    content: 'POPULAIRE';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: var(--navy);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 16px;
    border-radius: 20px;
}

/* ============================================
   Sidebar Widget
   ============================================ */
.sidebar-widget {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
    margin-bottom: 24px;
}

.sidebar-widget h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--gold);
}

/* ============================================
   Inner Footer
   ============================================ */
.inner-footer {
    background: var(--navy);
    padding: 60px 24px 0;
}

.inner-footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

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

@media (min-width: 1024px) {
    .inner-footer-grid {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
    }
}

.inner-footer h4 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}

.inner-footer p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
}

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

.inner-footer ul li {
    margin-bottom: 10px;
}

.inner-footer ul li a {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-footer ul li a:hover {
    color: var(--gold);
}

.inner-footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.inner-footer-social a {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.inner-footer-social a:hover {
    background: rgba(201, 169, 78, 0.15);
    color: var(--gold);
}

.inner-footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.35);
}

.inner-footer-bottom a {
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-footer-bottom a:hover {
    color: var(--gold);
}

/* ============================================
   Utility Classes
   ============================================ */
.text-center { text-align: center; }
.text-amber { color: var(--gold); }
.text-navy { color: var(--navy); }
.text-slate { color: var(--gray-500); }
.bg-white { background: var(--white); }
.bg-cloud { background: var(--cloud); }
.mb-0 { margin-bottom: 0; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }

/* ============================================
   Animations
   ============================================ */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 767px) {
    .page-banner {
        min-height: 320px;
    }

    .page-banner-content {
        padding: 100px 20px 60px;
    }

    .page-section {
        padding: 60px 0;
    }

    .stats-bar {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .stat-number {
        font-size: 2rem;
    }
}

/* ============================================
   Print Styles
   ============================================ */
@media print {
    .inner-header,
    .inner-footer,
    .mobile-menu-toggle,
    .mobile-menu-overlay {
        display: none !important;
    }

    .page-banner {
        min-height: auto;
        padding: 20px 0;
    }

    .page-section {
        padding: 20px 0;
    }
}

/* ============================================
   WordPress Specific Fixes
   ============================================ */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
}

.wp-block-image img {
    border-radius: var(--radius-sm);
}

/* Featured post grid responsive */
@media (max-width: 768px) {
    .featured-post-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .blog-grid {
        grid-template-columns: 1fr !important;
    }
}
