/**
 * Hero Banner Styles
 * হিরো ব্যানার স্টাইল
 *
 * @package Astra Child - Assaqafah
 */

/* ========================================
হিরো ব্যানার
মূল স্টাইল
========================================
*/

.hero-banner {
    position: relative;
    width: 100%;
    /* ডিফল্ট ব্যাকগ্রাউন্ড - দ্বিতীয় কোডের hero-bg-default */
    background: linear-gradient(135deg, var(--primary-color) 0%, #155838 100%);
    color: var(--bg-white); /* ⭐ ব্যানার টেক্সট ডিফল্ট সাদা করা হয়েছে ⭐ */
    padding: 40px 20px;
    margin-bottom: 0;
    overflow: hidden;
    min-height: auto;
}

/* ডিফল্ট ব্যাকগ্রাউন্ড প্যাটার্ন */
.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 100px 100px;
    background-position: top left;
    pointer-events: none;
}

/* ওভারলে */
.hero-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
    z-index: 0;
}

.hero-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

/* ========================================
বিভিন্ন পেজ টাইপের স্টাইল (গ্র্যাডিয়েন্ট ও প্যাটার্ন পরিবর্তন)
========================================
*/

/* হোমপেজ */
.hero-banner-homepage {
    /* দ্বিতীয় কোডের hero-bg-home এর গ্র্যাডিয়েন্ট */
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    padding: 60px 20px;
}

/* হোমপেজের জন্য বিশেষ প্যাটার্ন ওভাররাইড */
.hero-banner-homepage::before {
    opacity: 0.1;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px;
}

/* ব্লগ পেজ (ডিফল্ট গ্র্যাডিয়েন্ট) */
.hero-banner-blog {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
}

/* 🌟 ক্যাটাগরি পেজ (হোমপেজ গ্র্যাডিয়েন্ট ব্যবহার করা হয়েছে) 🌟 */
.hero-banner-category {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
}

/* ট্যাগ পেজ (অথর ব্যাকগ্রাউন্ড) */
.hero-banner-tag {
    background: linear-gradient(135deg, #1a5f42 0%, #0f3d2a 100%);
}

/* ট্যাগ পেজের জন্য বিশেষ প্যাটার্ন ওভাররাইড */
.hero-banner-tag::before {
    opacity: 0.08;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 60px 60px;
}

/* ========================================
হিরো টাইটেল ও ডিসক্রিপশন
========================================
*/

.hero-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: var(--bg-white); /* ⭐ সাদা করা হয়েছে ⭐ */
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 0.8s ease-out;
}

.hero-description {
    font-size: 1rem;
    color: var(--bg-white); /* ⭐ সাদা করা হয়েছে ⭐ */
    margin: 0 0 20px 0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    opacity: 0.95;
    animation: fadeInUp 1s ease-out;
}


/* ========================================
পোস্ট কাউন্ট স্টাইল (Stat Card-এর মতো, কমপ্যাক্ট)
========================================
*/

.hero-post-count {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 20px;

    /* সাইজ ছোট করতে কমপ্যাক্ট প্যাডিং */
    padding: 10px 20px;
    
    /* Stat Card-এর হুবহু ব্যাকগ্রাউন্ড, ব্লার ও বর্ডার */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: var(--bg-white); /* ⭐ সাদা করা হয়েছে ⭐ */
    
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: none !important;
    
    animation: fadeInUp 1.2s ease-out;
    transition: all 0.3s ease-in-out;
}

/* Stat Card-এর মতো হোভার ইফেক্ট */
.hero-post-count:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero-post-count .count-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--bg-white); /* ⭐ সাদা করা হয়েছে ⭐ */
    font-family: var(--font-bengali);
}

.hero-post-count .count-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.95); /* ⭐ সাদা করা হয়েছে ⭐ */
    font-weight: 500;
}
.hero-post-count .count-plus {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9); /* ⭐ সাদা করা হয়েছে ⭐ */
}

/* ========================================
হোমপেজ স্ট্যাট কার্ড
========================================
*/

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
    margin-top: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    animation: fadeInUp 1.4s ease-out;
}

.stat-card {
    /* ⭐ ব্যাকগ্রাউন্ড হালকা করা হয়েছে (0.15 থেকে 0.35) ⭐ */
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(10px);
    padding: 25px 35px;
    border-radius: 15px;
    /* ⭐ বর্ডার হালকা করা হয়েছে (0.2 থেকে 0.4) ⭐ */
    border: 2px solid rgba(255, 255, 255, 0.4);
    min-width: 150px;
    transition: var(--transition);
    text-align: center;
}

.stat-card:hover {
    /* ⭐ হোভার ব্যাকগ্রাউন্ড হালকা করা হয়েছে (0.25 থেকে 0.50) ⭐ */
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.50);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* stat-icon স্টাইল মুছে দেওয়া হলো */

.stat-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--bg-white); /* ⭐ সাদা করা হয়েছে ⭐ */
    margin-bottom: 5px;
    display: block;
    line-height: 1;
    font-family: var(--font-bengali);
}

.stat-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.95); /* ⭐ সাদা করা হয়েছে (সামান্য স্বচ্ছ) ⭐ */
    font-weight: 500;
    display: block;
    opacity: 0.9;
}

/* ========================================
অ্যানিমেশন (অপরিবর্তিত)
========================================
*/

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}


/* ========================================
হোভার ইফেক্ট (অপরিবর্তিত)
========================================
*/

.hero-banner a {
    color: var(--bg-white); /* ⭐ সাদা করা হয়েছে ⭐ */
    text-decoration: none;
    transition: var(--transition);
}

.hero-banner a:hover {
    color: var(--secondary-color); /* হোভারে সেকেন্ডারি কালার বজায় রাখা হলো */
    text-decoration: underline;
}

/* ========================================
রেসপন্সিভ ডিজাইন
========================================
*/

/* ট্যাবলেট (max-width: 992px) */
@media (max-width: 992px) {
    .hero-banner {
        padding: 50px 20px;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-stats {
        gap: 20px;
    }

    .stat-card {
        min-width: 130px;
        padding: 20px 25px;
    }

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

/* মোবাইল (max-width: 768px) */
@media (max-width: 768px) {
    .hero-banner {
        padding: 30px 15px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-description {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    /* hero-icon স্টাইল মুছে দেওয়া হলো */

    .hero-post-count {
        font-size: 1.1rem;
        padding: 12px 20px;
    }

    .hero-post-count .count-number {
        font-size: 1.5rem;
    }

    .hero-stats {
        gap: 20px;
        margin-top: 1.5rem;
        /* 120px এর কম হলে নিচে নেমে যাবে */
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .stat-card {
        padding: 15px 20px;
        min-width: 120px;
    }

    /* stat-icon স্টাইল মুছে দেওয়া হলো */

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

    .stat-label {
        font-size: 0.85rem;
    }
}

/* ছোট মোবাইল (max-width: 480px) - তিনটি ব্লক এক লাইনে */
@media (max-width: 480px) {
    .hero-banner {
        padding: 25px 15px;
    }

    .hero-title {
        font-size: 1.3rem;
        margin-bottom: 6px;
    }

    .hero-description {
        font-size: 0.85rem;
        margin-bottom: 15px;
    }

    .hero-post-count {
        font-size: 1rem;
        margin-top: 10px;
    }

    .hero-post-count .count-number {
        font-size: 1.3rem;
    }

    /* তিনটি ব্লক এক লাইনে সেট করা */
    .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* ৩টি কলামে জোর করে ভাগ করা হয়েছে */
        gap: 10px;
        max-width: none;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 10px; /* মার্জিন ঠিক করতে */
    }

    .stat-card {
        padding: 8px 5px; /* প্যাডিং আরও কমানো */
        min-width: 0;
    }
    
    /* stat-icon স্টাইল মুছে দেওয়া হলো */

    .stat-number {
        font-size: 1.2rem; /* সংখ্যা ছোট করা হলো */
        margin-bottom: 2px;
    }

    .stat-label {
        font-size: 0.65rem; /* লেবেল আরও ছোট করা হলো */
        line-height: 1.1;
    }
}


/* ========================================
ডার্ক মোড সাপোর্ট (ভবিষ্যতের জন্য)
========================================
*/

@media (prefers-color-scheme: dark) {
    .hero-banner {
        background: linear-gradient(135deg, #0d3b29 0%, #0a2a1d 100%);
    }
}