.featured-hero-bd9611dd {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.featured-hero-overlay-bd9611dd {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}
.featured-hero-content-bd9611dd {
    position: relative;
    z-index: 1;
    padding: 40px;
    max-width: 600px;
}
.featured-hero-tag-bd9611dd {
    display: inline-block;
    background: #14b8a6; /* A tech/crypto green by default */
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.featured-hero-title-bd9611dd {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
}
.featured-hero-excerpt-bd9611dd {
    color: #e2e8f0;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.6;
}
.featured-hero-btn-bd9611dd {
    display: inline-block;
    background: #3b82f6; /* Blue call to action */
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
}
.featured-hero-btn-bd9611dd:hover {
    background: #2563eb;
    transform: translateY(-2px);
    color: #ffffff;
}
