.brand-logo {
    width: 140px;
    height: auto;
}

.service-badge {
    display: inline-block;
    color: white;
    font-weight: 600;
}

.service-badge--pill {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.service-badge--inline {
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 0.8rem;
    margin-left: 10px;
}

.service-badge--green {
    background: #4CAF50;
}

.service-badge--blue {
    background: #2196F3;
}

.service-badge--orange {
    background: #FF9800;
}

.ideal-text {
    color: #666;
    font-size: 0.9rem;
    margin: 10px 0;
}
