/* themes/luminous/assets/css/pages/home.css */

.hero.bg-dark {
    position: relative;
    background-image: linear-gradient(rgba(31, 24, 20, 0.8), rgba(31, 24, 20, 0.9)), url('../../images/hero-simorgh.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.hero.bg-dark .hero-title,
.hero.bg-dark .hero-description {
    color: #ffffff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.hero.bg-dark .btn-outline {
    border-color: var(--accent-gold);
    color: var(--accent-gold);
}

.hero.bg-dark .btn-outline:hover {
    background: var(--accent-gold);
    color: #1F1814;
}

.hero-title {
    font-size: clamp(36px, 6vw, 72px) !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    color: #FAF6F0 !important;
}

.hero-description {
    font-size: clamp(16px, 2vw, 22px) !important;
    color: #E0CBB0 !important;
}