/* Text Content */

.hero-tag {
    display: inline-block;
    color: #f7931e;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-subtitle {
    color: #d1d1d1;
    font-size: 1.05rem;
    max-width: 520px;
}